home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / pc / yarikon / wevent11.dxr / 00030.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  125 b   |  9 lines

  1. on exitFrame
  2.   global drink, tired
  3.   if (drink >= 7) or (tired >= 6) then
  4.     go("batu")
  5.   else
  6.     go("main2")
  7.   end if
  8. end
  9.